﻿/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* Google Fonts -------------------
font-family: 'Montserrat', sans-serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
*/ 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

.btn {
  font-size:14px;
  border: solid 1px;
  border-radius: 24px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase; }
.btn:hover, .btn:focus {
  color: #fff;
  border-color: #276aaa;
  background-color: #276aaa; }
.btn-white {
  font-size:14px;
  color: #999;
  border: solid 1px;
  border-radius:24px;
  display: inline-block;
  border-color: #999; }
.btn-white:hover, .btn-white:focus {
  color: #999;
  border-color: #276aaa;
  background: transparent;
  background-color: #276aaa;
  box-shadow: 0px 15px 20px rgba(74, 74, 74, 0.4);
  color: #fff;
  transform: translateY(-4px);
}
.btn-fill {
  color: #fff;
  border: solid 1px #444;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #444; }
.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #276aaa;
  border-color: #276aaa; }
.btn-small {
  padding:8px 23px;
  border:2px solid #ccc;
  display: block;
  width:128px;
  margin:0 auto;
}
.btn-large {
  padding: 15px 45px; }
.btn-margin-right {
  margin-right: 20px; }
 /* buttons2 */
.btn2 {
  font-size: 1.4rem;
  border: solid 1px;
  border-radius: 24px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase; }
.btn2:hover, .btn2:focus {
  color: #fff;
  border-color: #276aaa;
  background-color: #276aaa; }
.btn2-white {
  font-size: 1.4rem;
  color: #999;
  border: solid 2px;
  border-radius:24px;
  display: inline-block;
  border-color: #ccc; }
.btn2-white:hover, .btn2-white:focus {
  color: #999;
  border-color: #276aaa;
  background: transparent;
  background-color: #276aaa;
  box-shadow: 0px 15px 20px rgba(74, 74, 74, 0.4);
  color: #fff;
  transform: translateY(-4px);
}
.btn2-fill {
  color: #fff;
  border: solid 2px #444;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #444; }
.btn2-fill:hover, .btn2-fill:focus {
  color: #fff;
  background-color: #276aaa;
  border-color: #276aaa; }
.btn2-small {
  padding: 8px 20px; }
.btn2-large {
  padding: 15px 45px; }
.btn2-margin-right {
  margin-right: 20px; }
.resp-img, .img-resp  {
  max-width: 100%;
  height: auto;
  margin-top:100px;
}
