/*
Template Name: HR2 - Template
Version: 1.0
Author: HostingRed SAS
Author URL: http://hostingred.com
*/
/*******************************************
USE THIS FILE TO INCLUDE YOUR OWN CSS STYLES
********************************************/

.navbar-brand img {
 height: 50px;
 width: 300px;

    
   
        
}

.collapse navbar-collapse navbar-right.scroll active.a_1{
  color: red;
}

.flag{
  
    position: absolute;
    top: 0px;
    right: 0;
    
    
    
}

.flag ul li{
    display: inline-block;
}

.flag ul li a{
    text-decoration: none;
}


.carousel-content p {
 font-size: 20px;
}

.col-sm-9 h2 {
 color: red;
}

.col-sm-9 p span {
 color:black;
 font-weight:900;
 font-size: 15px;
}


.col-sm-9 p span:hover{
 color:red;
}

.col-sm-9 p span:active{
 color:darkslategray;
}
.text-center p {
 font-size: 19px;
 color:;
}

.plan-purchase a{
 font-size: 15px;
 font-weight: 900;
}

@media only screen and (max-width: 500px) {
 button{
  display: block;
  cursor:pointer;
  
 }
 
}
/*avelacum*/
.gorc img{
 height: 150px;
 width: 350px;
border: none;
 

}
.gorc{
 display: flex;
 justify-content: center;

}

.p_1{
    font-size: 18px;
    color: black;
}

@media only screen and (max-width: 375px){
 h2#test{
 
  font-size: 30px;
 }
 .gorc{
  flex-direction: column;
  align-items: center;
 }
 .gorc img{
  width: 90%;
  height: 90%;
 }
 #gor_1{
  margin-bottom:20px;
 }
 #gor_2 img{
  width: 120%;
  
 }
}
