body{
  background-color: white;
}

.header{
  text-align: center;
  color:black;
  padding: 40px 10px 0 10px;
}

.map{
  text-align: center;
  margin-top: 100px;
  color:black;
}

.line {
  width: 65%; 
  height: 2px; 
  background-color: black; 
  margin: 90px auto 90px auto; 
}



.logocontainer{
  text-align: center;
  width:70%;
  height:100%;
  float:left;
}


.logo{
  height:40%;
  width:35%;
 
}

.header {
    clear:both;
}



/*//////////////////info section//////////////////////////////info section/////////////////////////////////////////*/
.info{
  color:black;
  height:400px;
  padding-left:200px;
}

.infoimg img{
  max-height:250px;
}

.infoimg{
  width:40%;
  float:left;
  margin-right: 30px;
}

.infop{
  font-size: 20px;
  width:40%;
  float:left;
}

@media screen and (max-width:1300px){
  .infoimg{
    margin-right: 70px;
  }
}

@media screen and (max-width:1200px){

  
 .infoimg{
  float:none;
  width: 100%;
 }

 .infoimg img{
  max-width:90%;
 }

 .infop{
  float:none;
  width: 100%;
 }
  
 .info{
  color:black;
  height:600px;
  text-align: center;
  padding:30px 30px 30px 30px;
}
  
  
}

/*////////////////////call//////////////////////////////call/////////////////////*/
.call{
  text-align: center;
}

.call a{
  color:black;
  font-size: 25px;
  padding: 40px 60px 40px 60px;
  background-color: rgb(169, 143, 25);
  
}

.call a:hover{
  text-decoration: none;
  padding: 45px 70px 45px 70px;
}

/*////////////////////call at top///////////////////////////////////*/
.calltop{
  text-align: center;
  width:28%;
  margin:8% 2% 0 0;
  float:left;
}

.calltop a{
  color:black;
  font-size: 25px;
  padding: 40px 30px 40px 30px;
  background-color: rgb(169, 143, 25);
  
}

.calltop a:hover{
  text-decoration: none;
  padding: 45px 70px 45px 70px;
}



.firstrow{
  height:77vh;
  margin-top: 30px;
  display:flex;
  width:100%;
  justify-content: space-between;
  padding: 0 30px 0 30px;
}



.mediumsection{
  flex: 1;
  width: 40%;
  height: 100%;
  background-color:rgb(196, 189, 189);
  background-image: url("goldbackground1.jpg");
  background-position: top;
  background-size:cover;
  margin-right:25px;
  position:relative;
}


.longsection{
  margin-left:25px;
  flex: 1;
  width: 40%;
  height:100%;
  background-color:rgb(196, 189, 189);
  background-image: url("goldbackground3.jpg");
  background-position: bottom;
  background-size:cover;
  position:relative;
}

#selltitle, #buytitle{
  color:white;
  text-align: center;
margin-top: 20px;
}

.buyContent,
  .sellContent {
    background-color: white;
    border-top: solid 12px rgb(169, 143, 25);
    border-bottom: solid 12px rgb(169, 143, 25);
    color: black;
    width:100%;
    height:100%;
    position: absolute;
    z-index: 2;
    padding:50px 0 0 40px;
  }




.contact{
  color:black;
  text-align:center;
  padding:70px auto 20px auto;
}

.contact a{
  color:black;
}

.hourscontainer{
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-hours {
  text-align: center;
  width:500px;
}


.footer {
  text-align: center;
  width: 100%;
  color:black;
  margin-top:80px;
}




/*/////////////////////////////////////////////////////////////////////////////////////////////*/


@media screen and (max-width:1000px){
 

.firstrow{
  height:1200px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px 0 10px;
}

.mediumsection {
  width: 100%;
  margin: 0 0 0 0;
}

.longsection {
  width: 100%;
  margin: 0 0 0 0;
  }
  
  .logocontainer{
    width:100%;
  }

.calltop{
      text-align: center;
      width:100%;
      margin-bottom:10%;
    }
}

@media screen and (max-width:700px){

  .logocontainer{
    width:100%;
  }
 
  .logo{
    width:100%;
  }
  .longsection {
  margin-top: 2%;
  }
  
  .contact{
    text-align: left;
    padding-left: 30px;
  }

  .call{
    margin-top: 50px;
  }
  
  .calltop{
      text-align: center;
      width:100%;
      margin-bottom:10%;
    }

  .map iframe{
    width:100%;
  }
  
}