.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.animated {

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    background-color: #4995EB;
    color: white;
    border-radius: 28px 28px 0px 0px;
}

.modal-body {padding: 20px;}

.centerandminus{
margin: auto;
    color: white;

}

.layer {
    background-color: rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 5px;
    border-color: white;
    position: relative;
    margin-left: 25%;
    margin-right: 25%;



}

.taller{
height: 50px;

}

.subtractWidth{
margin-left:20px;
margin-right:20px;

}


#delivery{
background: url('/img/bg-img/delivery.png') no-repeat center center;

}

@media only screen and (min-width: 1px) and (max-width: 767px) {
.modal-content {

    width: 90%;

}


.smallerresponse{
width:50%
}

.small_thumb {
    bottom: 0;
    height: auto;
    left: 70px;
    right:-15px;
    position: absolute;
    width: auto;
    z-index: -5;
}
.centeronSmall{
display:block; 
margin: auto;

}

.subtractWidthSmall{
margin-left:20px;
margin-right:20px;

}
.abouttext{
padding-left: 50px;

}
.aboutimage{
margin: auto;
}

#callus{
padding-top: 50px;

}
.bigtop{
 height:800px;
}
.close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-left:-5px;
    margin-top:-25px;
}

.welcome_app_thumb1{

display: block; 
margin:auto;

}
.welcome_app_thumb2{

display: none; 
margin:auto;

}
}

@media only screen and (min-width: 768px) {
.modal-content {

    width: 40%;

}

.smallerresponse{
width: 80%;
}

.small_thumb {
    bottom: 0;
    height: auto;
    left: 240px;
    right: -70px;
    position: absolute;
    width: auto;
    z-index: -5;
}

.abouttext{
padding-left: 100px;

}

.bigtop{
 height:1000px;
}
.close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    padding-left:15px;

}
.welcome_app_thumb1{

display: none; 
margin:auto;

}
.welcome_app_thumb2{

display: block; 
margin:auto;

}

}

@media only screen and (min-width: 1px) and (max-width: 992px) {


.b-daddy{
	width: 50%;
	padding-bottom: 35%;
	border-radius: 10px;
	border-style: solid;
	border-color: lightGray;
	border-width: 1px;
	
	margin-bottom:20px;
	
	background-repeat: no-repeat;
	background-color: white;
	background-position: center;


}

.b-daddy2{
	width: 50%;
	padding-bottom: 40%;
	border-radius: 10px;
	border-style: solid;
	border-color: lightGray;
	border-width: 1px;
	
	margin-bottom:20px;
	
	background-repeat: no-repeat;
	background-color: white;
	background-position: center;


}
}
@media only screen and (min-width: 993px) {

.b-daddy{
	width: 90%;
	padding-bottom: 63%;
	border-radius: 10px;
	border-style: solid;
	border-color: lightGray;
	border-width: 1px;
	
	background-repeat: no-repeat;
	background-color: white;
	background-position: center;


}

.b-daddy2{
	width: 90%;
	padding-bottom: 72%;
	border-radius: 10px;
	border-style: solid;
	border-color: lightGray;
	border-width: 1px;
	
	margin-bottom:20px;
	
	background-repeat: no-repeat;
	background-color: white;
	background-position: center;


}
}
