* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

em {
  color: red;
}

h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-family: "Playfair Display", serif; /* Kollat mot Wix*/
  font-size: 60px; /* Kollat mot Wix*/
  line-height: 1.5; /* Kollat mot Wix, men stod abra automatic */
  font-weight: bold;/* Kollat mot Wix*/
}

h2 {
  font-family: "Playfair Display", serif; /* Kollat mot Wix*/
  font-size: 50px; /* Kollat mot Wix*/
  line-height: 1.4; /* Kollat mot Wix*/
  font-weight: bold; /* Kollat mot Wix*/
}

p {
  font-family: "Raleway", sans-serif; /* Kollat mot Wix*/
  font-weight: semibold; /* Kollat mot Wix*/
  font-size: 20px; /* Kollat mot Wix*/
  line-height: 1.4; /* Kollat mot Wix*/
}

h3 {
  font-size: 1rem;
  font-weight: 700;
}

ul li{
  display: inline;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: semi-bold;
  font-size: 17px/1.4em;
  color: #204475;
}

a {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: semi-bold;
  font-size: 17px/1.4em;
  color: #204475;
}

#title .container-fluid {
  padding: 0;
  text-align: left;
}

.colored-section {
  background-color: #ff4c68;
  color: #000;
}

.white-section {
  background-color: white;
}

/* Navigation Bar */
/* #left {
  width: 20%;
  background-color: #000;
  border: solid;
}

#middle {
  width: 60%;
  background-color: #204475;
  border: solid;
} */

.grid-container-element { 
  display: grid; 
  grid-template-columns: 20% 60% 20%; 
  /* grid-gap: 20px;  */
  /* border: 1px solid black;  */
  width: 100%; 
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  background-color: rgb(250, 250, 250);
} 
.grid-child-element { 
  /* margin: 10px;  */
  /* border: 1px solid red;  */
}

#logo {
  width: 8rem;
  padding: 15px;
}

#left{
  text-align: center;
}


#middle, #right{
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  
}

#middle a {
  font-weight: bold;
  padding: 0 10px;
  
}

.button {
  border: 2px solid #204475;
  border-radius: 30px;
  padding: 20px 40px;
  font-weight: bold;
  
  
}

.navbar {
  padding: 0 0 4.5rem;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  background-color: rgb(250, 250, 250);
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: 900;
  color: #204475;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  
  font-family: "Raleway", sans-serif;
  font-weight: semi-bold;
  font-size: 17px/1.4em;
  color: #204475;
}




.title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid black 1px;
  width: 100%;
}

.blue {
  background-color: #204475;
  color: white;
  display: inline-block;
  margin-top: 10px;
}

.hello {
  display: flex;
  flex-direction: column;
  width: 50%;
  border: solid black 1px;
  text-align: center;
  padding: 20px;
}

.greeting {
  text-align: left;
  border: solid black 1px;
  
}

.title-img {
  width: 50%;
  border: solid black 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-img img {
  max-width: 100%;
  height: auto;
}


/* Moments */







/* Testimonials Section */
#testimonials {
  background-color: #ef8172;
  position: relative;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.carousel-item {
  padding: 7% 15%;
}

/* Press Section */
#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */
#pricing {
  /* Angela gillar att ha static padding på just pricing, så därför sätts den i px  */
  padding: 100px;
}

.pricing-column {
  padding: 3% 2%;
}

/* Call to Action */
#cta {
  font-size: 3rem;
  padding: 7% 15%;
}

.cta-text {
  font-weight: 900;
  font-size: 3.5rem;
}

.cta-button {
  margin: 3% auto;
}

/* Footer Section */
#footer {
  margin: 7% 15%;
}

.footer-icons {
  padding: 1%;
}

/* Media Queries */

@media screen and (max-width: 1300px) {
  .title-image {
    width: 70%;
  }
 
}

@media screen and (max-width: 1270px) {
  .title-image {
    position: unset;
    transform: rotate(0);
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .boot5 {
    position: static;
  }

  #title .container-fluid{
    text-align: center;
  }
}  

@media screen and (max-width: 1100px) {
  .title-image {
    width: 70%;
  }
}