@import url('https://fonts.googleapis.com/css?family=Raleway:400,600&display=swap');

body{
    background-image: url('./img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}

.intro-txt{

    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: 600;
}

.logo{
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

.nav-container{
    margin: auto;
    text-align: center;
}

.navbar{
    -webkit-box-shadow: -12px 4px 300px 0px rgba(255,255,255,1);
-moz-box-shadow: -12px 4px 300px 0px rgba(255,255,255,1);
box-shadow: -12px 4px 300px 0px rgba(255,255,255,1);

background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 10%, rgba(255,255,255,0.95) 24%, rgba(246,246,246,0.91) 36%, rgba(246,246,246,0.82) 64%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(10%, rgba(255,255,255,1)), color-stop(24%, rgba(255,255,255,0.95)), color-stop(36%, rgba(246,246,246,0.91)), color-stop(64%, rgba(246,246,246,0.82)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 10%, rgba(255,255,255,0.95) 24%, rgba(246,246,246,0.91) 36%, rgba(246,246,246,0.82) 64%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 10%, rgba(255,255,255,0.95) 24%, rgba(246,246,246,0.91) 36%, rgba(246,246,246,0.82) 64%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 10%, rgba(255,255,255,0.95) 24%, rgba(246,246,246,0.91) 36%, rgba(246,246,246,0.82) 64%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 10%, rgba(255,255,255,0.95) 24%, rgba(246,246,246,0.91) 36%, rgba(246,246,246,0.82) 64%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1 );

}

.main-img{
    max-width: 400px;
    margin: auto;
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255,0.4);

    -webkit-box-shadow: 0px 0px 20px 13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 13px rgba(0,0,0,0.75);
}

.main-img:hover{
    /* background-color: rgba(181, 200, 235,0.3); */
    margin-left: 2px;
    margin-top: -2px;

    background-color: rgba(255, 255, 255,0.8);
}

.texas, .flo-rida{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.country-description{
    margin-top: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 18px;
}

.adress {
    margin-top: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.phone{
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
  #texasdivbox {
    order: 1;
  }
  #floridadivbox {
    order: 2;
  }
}